home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFURL / TFURL.txt
Text File  |  2002-03-16  |  4KB  |  191 lines

  1. object fUrl: TfUrl
  2.   Left = 312
  3.   Top = 345
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add link ...'
  7.   ClientHeight = 204
  8.   ClientWidth = 356
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 3
  21.     Top = 178
  22.     Width = 75
  23.     Height = 22
  24.     Caption = 'Ok'
  25.     Default = True
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -9
  29.     Font.Name = 'Verdana'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35.   object PageControl1: TPageControl
  36.     Left = 2
  37.     Top = 2
  38.     Width = 353
  39.     Height = 169
  40.     ActivePage = TabSheet1
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -9
  44.     Font.Name = 'Verdana'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     object TabSheet1: TTabSheet
  49.       Caption = 'Url'
  50.       object Label1: TLabel
  51.         Left = 5
  52.         Top = 30
  53.         Width = 21
  54.         Height = 12
  55.         Caption = 'URL'
  56.         Font.Charset = ANSI_CHARSET
  57.         Font.Color = clWindowText
  58.         Font.Height = -9
  59.         Font.Name = 'Verdana'
  60.         Font.Style = []
  61.         ParentFont = False
  62.       end
  63.       object Label2: TLabel
  64.         Left = 5
  65.         Top = 54
  66.         Width = 29
  67.         Height = 12
  68.         Caption = 'Name'
  69.         Font.Charset = ANSI_CHARSET
  70.         Font.Color = clWindowText
  71.         Font.Height = -9
  72.         Font.Name = 'Verdana'
  73.         Font.Style = []
  74.         ParentFont = False
  75.       end
  76.       object Edit2: TEdit
  77.         Left = 68
  78.         Top = 27
  79.         Width = 215
  80.         Height = 21
  81.         Font.Charset = DEFAULT_CHARSET
  82.         Font.Color = clWindowText
  83.         Font.Height = -11
  84.         Font.Name = 'MS Sans Serif'
  85.         Font.Style = []
  86.         ParentFont = False
  87.         TabOrder = 0
  88.       end
  89.       object Edit3: TEdit
  90.         Left = 68
  91.         Top = 51
  92.         Width = 215
  93.         Height = 21
  94.         Font.Charset = DEFAULT_CHARSET
  95.         Font.Color = clWindowText
  96.         Font.Height = -11
  97.         Font.Name = 'MS Sans Serif'
  98.         Font.Style = []
  99.         ParentFont = False
  100.         TabOrder = 1
  101.       end
  102.       object newwd: TCheckBox
  103.         Left = 68
  104.         Top = 80
  105.         Width = 189
  106.         Height = 17
  107.         Caption = 'Open link in a new window'
  108.         Font.Charset = DEFAULT_CHARSET
  109.         Font.Color = clWindowText
  110.         Font.Height = -11
  111.         Font.Name = 'MS Sans Serif'
  112.         Font.Style = []
  113.         ParentFont = False
  114.         TabOrder = 2
  115.       end
  116.     end
  117.     object TabSheet2: TTabSheet
  118.       Caption = 'Mail To'
  119.       ImageIndex = 1
  120.       object Label3: TLabel
  121.         Left = 5
  122.         Top = 30
  123.         Width = 61
  124.         Height = 12
  125.         Caption = 'Email Adres'
  126.         Font.Charset = ANSI_CHARSET
  127.         Font.Color = clWindowText
  128.         Font.Height = -9
  129.         Font.Name = 'Verdana'
  130.         Font.Style = []
  131.         ParentFont = False
  132.       end
  133.       object Label4: TLabel
  134.         Left = 6
  135.         Top = 54
  136.         Width = 29
  137.         Height = 12
  138.         Caption = 'Name'
  139.         Font.Charset = ANSI_CHARSET
  140.         Font.Color = clWindowText
  141.         Font.Height = -9
  142.         Font.Name = 'Verdana'
  143.         Font.Style = []
  144.         ParentFont = False
  145.       end
  146.       object Edit1: TEdit
  147.         Left = 68
  148.         Top = 27
  149.         Width = 215
  150.         Height = 21
  151.         Font.Charset = DEFAULT_CHARSET
  152.         Font.Color = clWindowText
  153.         Font.Height = -11
  154.         Font.Name = 'MS Sans Serif'
  155.         Font.Style = []
  156.         ParentFont = False
  157.         TabOrder = 0
  158.       end
  159.       object Edit4: TEdit
  160.         Left = 68
  161.         Top = 51
  162.         Width = 215
  163.         Height = 21
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clWindowText
  166.         Font.Height = -11
  167.         Font.Name = 'MS Sans Serif'
  168.         Font.Style = []
  169.         ParentFont = False
  170.         TabOrder = 1
  171.       end
  172.     end
  173.   end
  174.   object Button2: TButton
  175.     Left = 278
  176.     Top = 178
  177.     Width = 75
  178.     Height = 22
  179.     Caption = 'Cancel'
  180.     Font.Charset = ANSI_CHARSET
  181.     Font.Color = clWindowText
  182.     Font.Height = -9
  183.     Font.Name = 'Verdana'
  184.     Font.Style = [fsBold]
  185.     ModalResult = 2
  186.     ParentFont = False
  187.     TabOrder = 2
  188.     OnClick = Button2Click
  189.   end
  190. end
  191.